'宣言 Public Overloads Shared Function InsertionIndex(Of T)( _ ByVal collection As IList(Of T), _ ByVal comparison As Comparison(Of T), _ ByVal value As T _ ) As Integer
public static int InsertionIndex<T>( IList<T> collection, Comparison<T> comparison, T value )